POST api/Broadpeak?overrideKeyIds={overrideKeyIds}&multiKeyPssh[0]={multiKeyPssh[0]}&multiKeyPssh[1]={multiKeyPssh[1]}
CPIX key exchange protocol implementation for Broadpeak Packager BkS350.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| overrideKeyIds |
Overrides key IDs in the request with customer-derivable key IDs. |
boolean |
Default value is False |
| multiKeyPssh |
If set to "widevine", each Widevine PSSH will contain all the key IDs. |
Collection of string |
None. |
Body Parameters
None.
Response Information
Resource Description
None.
Status Codes
All HTTP status codes must be expected, but the following status codes are the most probable:
- OK (200) - CPIX was successfully generated.
- BadRequest (400) - CPIX generation failed due to invalid input data.